home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 March / CHIP Mart 1997.iso / SurfCam / SURFCAM.Z / GEAR.CFG < prev    next >
Text File  |  1996-04-01  |  2KB  |  65 lines

  1. # N  - Number of Teeth in the gear (Input in the dialog box)
  2. # DP - Diametral Pitch of the gear (Input in the dialog box)
  3. # P  - Pitch diameter of the gear
  4. # A  - Addendum of the gear. Outside diameter = P + 2 * A
  5. # C  - Clearance 
  6. # B  - Base radius of the gear
  7. #
  8. # Note:1. The range on the diametral pitch is inclusive of the lower limit
  9. #         and exclusive of the upper limit.
  10. #      2. The variable are calculated in the order P, A, C, and B. Hence 
  11. #         make sure that if a variable formulae depends on any of the others
  12. #         they are already calculated.
  13. #
  14.  
  15. {Operation Default} # normal teeth
  16. [Diametral_pitch Default]
  17. (Pressure_angle 14.5, 20, 25.0)
  18.         P = (N/DP)
  19.         A = 1.0/DP
  20.         C = 0.2/DP + 0.002
  21.         B = P - (1.2/DP + 0.002);
  22.  
  23. (Pressure_angle Default)
  24.         P = (N/DP)
  25.         A = 1.0/DP
  26.         C = 0.2/DP + 0.002
  27.         B = P - (1.2/DP + 0.002);
  28.  
  29. [Diametral_pitch 0 - 20.0]
  30. (Pressure_angle 14.5, 20, 25.0)
  31.         C = 0.25/DP
  32.  
  33. (Pressure_angle Default)
  34.         P = (N/DP)
  35.         A = 1.0/DP
  36.         C = 0.2/DP + 0.002
  37.         B = P - (1.2/DP + 0.002);
  38.  
  39. {Operation Shaved} # shaved gear
  40. [Diametral_pitch Default]
  41. (Pressure_angle 14.5, 20, 25.0)
  42.         P = (N/DP)
  43.         A = 1.0/DP
  44.         C = 0.35/DP     + 0.002
  45.         B = P - (1.2/DP +  0.002);
  46.  
  47. (Pressure_angle Default)
  48.         P = (N/DP)
  49.         A = 1.0/DP
  50.         C = 0.35/DP     + 0.002
  51.         B = P - (1.2/DP +  0.002);
  52.  
  53.  
  54. [Diametral_pitch 0 - 20.0]
  55. (Pressure_angle 14.5, 20, 25.0)
  56.         C = 0.35/DP
  57.  
  58. (Pressure_angle Default)
  59.         P = (N/DP)
  60.         A = 1.0/DP
  61.         C = 0.35/DP     + 0.002
  62.         B = P - (1.2/DP +  0.002);
  63.  
  64.  
  65.